CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab dtw

搜索资源列表

  1. dtw2

    0下载:
  2. 在语音识别中使用matlab的的dtw(动态弯折匹配)源代码。-in Speech Recognition of the use of Matlab dtw (dynamic Meander match) source code.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:940
    • 提供者:吴斌
  1. MATLAB-YUYINSHIBIE

    0下载:
  2. 完整的基音识别程序,经过修改,测试正确。包含基音检测,DTW,LPCC,MFCC提取等-integrity of the pitch identification procedures, the result of the revision, the test correctly. Pitch Detection included, DTW, LPCC Features, MFCC extraction
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:6277
    • 提供者:tianshi
  1. dtw

    0下载:
  2. dtw的matlab程序的实现,已经编译通过的。-dtw the realization of Matlab procedures already adopted by the compiler.
  3. 所属分类:语音合成与识别

    • 发布日期:2014-01-15
    • 文件大小:1000
    • 提供者:ys
  1. dtw

    0下载:
  2. 一种基本的模式识别方法,进行了部分改进,简单实用,采用matlab仿真,经编译后无误。供大家学习参考
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2464
    • 提供者:TK
  1. 基于DTW模型的语音识别

    1下载:
  2. 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is through recognition and unders
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:116678
    • 提供者:序号
  1. dtw

    0下载:
  2. DTW算法,比较简单。在matlab下实现的,在matlab6。5下编译通过-DTW, relatively simple. Under the Matlab, in matlab6. Compiling under through five
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4629
    • 提供者:王春和
  1. dtw算法源代码

    0下载:
  2. 一个完整的基于Matlab的DTW模型算法及高效算法程序,能快速识别数字0-9,运行testdtw即可。-An excellent MATLAB program for the algorithm as a DTW model. It can recognise the number of 0-9. Try it, just run testdtw.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:6417
    • 提供者:方成林
  1. 基于MATLAB的语音识别系统程序包括HMMDTWRecord三个matlab的M文件

    2下载:
  2. 基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件
  3. 所属分类:matlab例程

  1. DTW算法C语言程序,孤立词语音识别

    0下载:
  2. DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-03-22
    • 文件大小:21915
    • 提供者:徐振华
  1. Great_Outdoors_by_sandals82.zi

    0下载:
  2. 一种简单有效的基于动态时变语音识别源码 对于大多数研究者来说,寻找能够匹配二重时间序列信号的最佳途径是很重要的,因为它有许多重要的应用需求.DTW是实现这项工作的显著技术,尤其在语音识别技术领域,在这里一个测试信号被按照参照模板拉伸或压缩, ,Searching for the best path that matches two time-series signals is the main task for many researchers, because of its importa
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-12
    • 文件大小:2658036
    • 提供者:宋小小
  1. dtw

    0下载:
  2. MATLAB扩展编程DTW算法程序,需要自己录制语音-MATLAB Extended Programming DTW algorithm program needs its own voice recording
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2918
    • 提供者:胡飒
  1. dwt

    0下载:
  2. 基于动态时间规划(DTW)的语音信号识别,MATLAB环境下的-Dynamic Programming (DTW) of the speech signal recognition, MATLAB environment
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1965999
    • 提供者:阿若
  1. MFCC

    1下载:
  2. m文件dtw,mfcc,vad,转换为c语言文件。用于声音检测-m file dtw, mfcc, vad, converted to c language file. For voice detection
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:23125
    • 提供者:李明
  1. DTW(matlab)

    1下载:
  2. matlab编写的时间序列动态弯曲算法,包含有使用说明-If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), and the warping path points.
  3. 所属分类:matlab例程

    • 发布日期:2013-03-09
    • 文件大小:1836
    • 提供者:warton
  1. dtw

    0下载:
  2. 语音信号识别的应用,算法使用的是hmm,编写效率高,经过了验证。-Application of voice signal recognition algorithm using hmm, the preparation of high efficiency, through the verification.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:3184
    • 提供者:牛顿
  1. speechdtwprotected

    0下载:
  2. Matlab 说话人识别 DTW P已编译代码-Speaker Recognition (DTW) Matlab compiled P-File
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-17
    • 文件大小:246060
    • 提供者:翟广宇
  1. dtw3d

    0下载:
  2. Simple and Easy DTW algortihm for MATLAB. It takes 3 arguments to perform the DTW.-Simple and Easy DTW algortihm for MATLAB. It takes 3 arguments to perform the DTW.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-11
    • 文件大小:846
    • 提供者:Tae
  1. speechdtwprotected

    0下载:
  2. dynamic time warp Matlab speech recognition source code DTW (dynamic time consolidation), the Speech Recognition Research counterparts can be downloaded
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:224572
    • 提供者:urs
  1. 基于动态时间规整(DTW)的孤立字语音识别实验

    4下载:
  2. 基于动态时间规整(DTW)的孤立字语音识别MATLAB程序(Isolated word speech recognition MATLAB program based on dynamic time warping (DTW))
  3. 所属分类:语音合成与识别

    • 发布日期:2018-10-05
    • 文件大小:1783808
    • 提供者:Robin_JTH
  1. dtw

    0下载:
  2. 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-04-06
    • 文件大小:1024
    • 提供者:庞聪
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com